ExecuteMethod(OracleConnection,String,Type,Object[]) Method
Calls the method of an Oracle object with the specified set of parameters.
Parameters
- connection
- The connection to the Oracle database where the UDT used is declared.
- name
- The method to be invoked.
- resultType
- The type of the method's return value.
- parameters
- The list of input parameters passed to the method.
Return Value
The method's return value casted to the resultType type.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2